McCamTable Class
Represents a cam table.
Inheritance Hierarchy
System.Object
IntervalZero.KINGSTAR.Base.Api.McCamTable
Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public class McCamTable
Public Class McCamTable
The McCamTable class exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | McCamTable | Initializes a new instance of the McCamTable class. |
Properties
Name | Description | |
---|---|---|
![]() | InterpolationType | Selects the motion type of cam. |
![]() | MasterAbsolute | Chooses the absolute or relative coordinates for the master axis. |
![]() | MasterPositions | The array that stores the master positions in the cam table. |
![]() | Periodic | Determines whether to repeat the cam profile. |
![]() | PointParameters | The additional parameter for the table points, depends on the interpolation type. |
![]() | SlaveAbsolute | Chooses the absolute or relative coordinates for the slave axis. |
![]() | SlavePositions | The array that stores the slave positions in the cam table. |
See also